*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #303133;
	-webkit-tap-highlight-color:transparent
}
li{
	list-style: none;
}
input {
    border: none;
    outline: none;
}
p{
	font-size: 14px;
	word-break: break-word;
}
body{
	background-color: #f3f5f7;
	max-width: 750px;
	margin: 0 auto;
}
table{
	border-collapse:collapse;
}
